home *** CD-ROM | disk | FTP | other *** search
/ Power Tools for Macintosh / Power Tools for Macintosh (SoftBit)(1992).iso / Applications / Alpha 4.01 / ACMDS / SndPlay Macros < prev    next >
Text File  |  1990-08-15  |  383b  |  21 lines

  1. ; Macro for playing sounds
  2. ;
  3. ; by Karl J. Smith
  4. ; 8/13/90
  5.  
  6. (define playManySounds
  7.     setMark
  8.     type "Monkey"
  9.     carriageReturn
  10.     type "Boing"
  11.     carriageReturn
  12.     type "Clink-Klank"
  13.     carriageReturn
  14.     type "Simple Beep"
  15.     carriageReturn
  16.     markHilite
  17.     acmd "SndPlay")
  18.  
  19. ; Obviously, you probably don't really want to play these sounds all the
  20. ; time, but it's an example of how to call the ACMD.
  21.